home *** CD-ROM | disk | FTP | other *** search
- ; IBMEXMP.INF
- ;
- ; IBM EtherJet PC Card and compatible Ethernet adapter.
- ;
- ; Copyright 1998, Microsoft
- ; Copyright 1998, IBM
-
- [Version]
- Signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- Provider = %MSFT%
- LayoutFile = layout.inf
- DriverVer=10/19/1999,3.14.0.0
-
- [Manufacturer]
- %IBM%=IBM
-
- [ControlFlags]
- ExcludeFromSelect = PCMCIA\IBM-EtherJet_PC_Card-3FE2
-
- [IBM]
- %ETHERJET.DeviceDesc% = ETHERJET.ndi, PCMCIA\IBM-EtherJet_PC_Card-3FE2
-
- ;-------------------------------------------------------------------------------
- ; IBM EtherJet ISA Adapter (NT5)
- ;
- [ETHERJET.ndi]
- AddReg = ETHERJET.reg, ETHERJET.params
- Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
- BusType = 8
- CopyFiles = IBMEXMP.ndis4.CopyFiles
-
- [ETHERJET.ndi.Services]
- AddService = IBMEXMP, 2, IBMEXMP.Service, common.EventLog
-
- [ETHERJET.ndi.LogConfigOverride]
- LogConfig = EJ.LogConfigOverride
-
- [EJ.LogConfigOverride]
- IRQConfig = 3,4,5,7,9,10,11,14,15
- IOConfig = 10@200-360%FFF0(FFFF::)
- PcCardConfig = 41(W)
-
- ;-------------------------------------------------------------------------------
- ; IBMEXMP base section
- ;
- [ETHERJET.reg]
- HKR, Ndi, Service, 0, "IBMEXMP"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
- HKR, , MediaType, 0, "1" ; 2=TokenRing, 1=Ethernet
- ;HKR,,AdapterType,,1
-
- [ETHERJET.params]
- ; Duplex selection
- HKR, Ndi\params\DuplexMode, ParamDesc, 0, %DuplexMode%
- HKR, Ndi\params\DuplexMode, type, 0, "enum"
- HKR, Ndi\params\DuplexMode, default, 0, "0"
- HKR, Ndi\params\DuplexMode\enum, 0, 0, %AutoNegotiate%
- HKR, Ndi\params\DuplexMode\enum, 1, 0, %HalfDuplex%
- HKR, Ndi\params\DuplexMode\enum, 2, 0, %FullDuplex%
-
- ;
- ; NetAddress - Local Administrator Address
- ;
- HKR, NDI\params\NetworkAddress, ParamDesc, 0, %NetworkAddress%
- HKR, NDI\params\NetworkAddress, type, 0, "edit"
- HKR, NDI\params\NetworkAddress, LimitText, 0, "12"
- HKR, NDI\params\NetworkAddress, UpperCase, 0, "1"
- HKR, NDI\params\NetworkAddress, default, 0, ""
- HKR, NDI\params\NetworkAddress, optional, 0, "1"
-
- ;----------------------------------------------------------------------------
- ; IBMEXMP NT specific
- ;
- [IBMEXMP.ndis4.CopyFiles]
- IBMEXMP.sys,,,2
-
- [IBMEXMP.Service]
- DisplayName = %ETHERJET.Service.DispName%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_AUTO_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\IBMEXMP.sys
- LoadOrderGroup = NDIS
-
- [common.EventLog]
- AddReg = common.AddEventLog.reg
-
- [common.AddEventLog.reg]
- HKR, , EventMessageFile, 0x00020000,"%%SystemRoot%%\System32\netevent.dll,%%SystemRoot%%\System32\drivers\ibmexmp.sys"
- HKR, , TypesSupported, 0x00010001, 7
-
- ;-------------------------------------------------------------------------------
- ; Destination Directories
- ;
- [DestinationDirs]
- IBMEXMP.ndis4.CopyFiles =12 ; LDID_SYS
-
-
- ;-------------------------------------------------------------------------------
- ; Localizable Strings
- ;
- [strings]
- MSFT = "Microsoft"
- IBM = "IBM"
-
- DuplexMode = "DuplexMode"
- AutoNegotiate = "Auto Negotiate"
- HalfDuplex = "Half Duplex"
- FullDuplex = "Full Duplex"
- NetworkAddress = "NetworkAddress"
-
- ETHERJET.DeviceDesc = "IBM EtherJet PC Card"
- ETHERJET.Service.DispName = "IBM EtherJet PC Card NT Driver"
-
-